SINT
UINT

Syntax: SINT (x)
   and: UINT (x)
Location: BTool

The range of SuperBASIC integers is -32768 to 32767 - these are called signed integers because they can be negative.

This compares to unsigned integers which have a different range, from 0 to 65535.

The function SINT converts unsigned integers to signed integers.

The function UINT converts signed integers to unsigned integers.
